feat: add pg language server config - #863
Conversation
|
Hi @stevearc wdyt about adding this config? |
|
conform is meant to be used with formatters that only operate as CLI tools, to provide a graceful way to integrate them with Neovim. The formatter you linked does expose a CLI format command, but it's a full language server. Wouldn't it make more sense for the user to just use it via LSP? |
I don't understand what you mean as most of the modern CLI tools can expose a LS too (biome, deno, oxc). I could let the LS format the file but I would need to tweak my nvim config for auto format right? Edit: adding |
add support for https://github.com/supabase-community/postgres-language-server